home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Random2.0 / Random.ReadMe < prev    next >
Text File  |  1995-06-12  |  1KB  |  39 lines

  1. This is the file README.Features from the Random2.0 distribution:
  2.  
  3. ----------------------------------------------------------------------
  4.  
  5. Random
  6.  
  7. Version 2.0
  8. 1992 May 29
  9.  
  10. Written by Gregor N. Purdy
  11. gregor@umich.edu
  12.  
  13. Copyright (C) 1191, 1992 Contemporary Design Studios.
  14. All rights reserved.
  15.  
  16. ----------------------------------------------------------------------
  17.  
  18. New features since 1.1:
  19.     *    New extensible architecture separating pseudo-random bit
  20.         generation from interpretation (as BOOL, double, etc.).
  21.     *    Additional engines: R250Engine, StandardEngine.
  22.     *    More efficient use of bits (see randMin:Max: in Random).
  23.     *    Better percent method (potentially non-portable, though. See
  24.         Random).
  25.     *    More testing programs.
  26.     *    Two new graphical demos: RandPlot and RandHist.
  27.  
  28.  
  29. New features since 1.0:
  30.  
  31.     *    Gaussian variables;
  32.     *    Arbitrary distribution (via randFunc: method);
  33.     *    Nicer distribution policy;
  34.     *    Two neat histogram testing programs, one for flat distributions
  35.         (from percent method), and one for Gaussian distributions (from
  36.     gaussian method).
  37.  
  38.  
  39. ----------------------------------------------------------------------